Documentation
LiveSPInstallation Operating GuideDownload PDF
Common Troubleshooting Cases : I need to restart my LiveSP server for some reason
I need to restart my LiveSP server for some reason
1. Connect with SSH to the server.
2. Stop the containers gracefully:
> cd
> ./scripts/stop.sh
3. Check that there isn’t any service left with command:
> docker service ls
4. Reboot your server.
5. Run the application again:
> cd
> ./scripts/install.sh